home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UNIXTOOL / GNU / FLEX / FLEX~ / ReadMeARC < prev   
Text File  |  1993-04-14  |  2KB  |  35 lines

  1.  
  2.         This is the archimedes port of flex which is a fast lexical analyzer 
  3. generator. Flex is a version of UNIX lex.
  4.  
  5.         The Archimedes flex binary can be copied freely (read COPYING file)
  6. as long as no charge is made (except for a nominal media distribution charge).
  7. At this point I would like to thank Huw Rogers for the UnixLib libraries, they
  8. are grate and make porting programs less troublesome.
  9.  
  10.         The flex binary can be placed anywhere but $.library is a sensible
  11. place. Flex also needs a skelington data file which it is expecting to find 
  12. in the directory $.Library.flexaux . If this is not convenient then tough. 
  13. No, no, there is a way in which you can change it by defining the following 
  14. variable :
  15.  
  16.         set UnixFS$/library/flexaux    <pathname>
  17.  
  18. where <pathname> is the full pathname of the real location. 
  19.  
  20.         One problem you may experience is that so that it works on as many
  21. filing systems as possible, the pathname compiled into flex for its data file
  22. does not contain an FS, ie. 
  23.         its $.Library.flexaux    not     adfs::4.$.Library.flexaux
  24.  
  25. This manifests itself if for example you run flex while the current FS is
  26. not the one on which the data file is, ie. your CSD is RAM:$ and flex is
  27. installed on SCSIFS::4.$ . To get around this you again need to set UnixFS.
  28.  
  29.         I hope some people find this useful. If you have any problems, bugs,
  30. suggestions, or you want the source drop me a e-mail.
  31.  
  32.  
  33. Cheers
  34.         David Bilsby    (15/04/93)              bilsby@signal.dra.hmg.gd
  35.